home *** CD-ROM | disk | FTP | other *** search
/ The Masters - An Interac…ough its 60 Year History! / Masters, The (1996)(Focus).iso / install / install.inf < prev    next >
INI File  |  1996-01-17  |  3KB  |  125 lines

  1. ; Setup Information
  2.  
  3.  
  4. [SetupInfo]
  5. ;Check MPC reqs
  6. SystemReqs=1
  7. ; Displayed at startup
  8. ProgramName = The Masters
  9. ; Required for 16-bit apps
  10. INIPath = masters.ini
  11. ; saved in Win dir for 16 bit uninstalls and ereg info
  12. UninstallFile=masters.v20
  13. ; run EReg program
  14. Register = 1
  15. ; Install VFW 1.1d
  16. VFWInstall =1
  17. ; Run qt 2.0 install
  18. QTInstall = 0
  19. ; Reboot windows after install (for vfw)
  20. RebootWindows = 1
  21. ;
  22. PlaySound = 0
  23. ;
  24. ;for 16-bit-only installs
  25. Unconditional16BitInstall=1
  26. ;
  27. ;Spry Web browser...If true will launch Spry setup and install Spry setup icon
  28. RunBrowserSetup=0
  29. ;
  30. ;Used in conjunction with RunBrowserSetup...If true, causes RunBrowserSetup to be false 
  31. ;for Win95 only. Doesn't affect WinNT and 3.x.
  32. ;
  33. Win95LogoApp=0
  34.  
  35. [ProductSpecificFixes]
  36. ;Dreams of Flight m1.0
  37. InstallDosProgFromGroup=0
  38.  
  39.  
  40. ; File List needed for installation
  41. [MinFileList16]
  42. File1=masters.ini
  43.  
  44.  
  45. ;Optional File List for installation, if copied will set OPTFILES=1 in the ini file
  46. [OptFileList16]
  47.  
  48.  
  49. ; File List needed for installation
  50. [MinFileList32]
  51. File1=masters.ini
  52.  
  53.  
  54. ;Optional File List for installation, if copied will set OPTFILES=1 in the ini file
  55. [OptFileList32]
  56.  
  57.  
  58.  
  59. ; List of items placed in program manager group called ProgramFolderName
  60. ; CommandLine, Item name, Icon name, Working directory
  61. ; T:\( target ) is a marker for the path of the file on the user's hard disk
  62. ; S:\(source ) is a marker for the source (cdrom) drive and path of file
  63. ;
  64. ; Working Directory entry is now MANDATORY. Please do not leave blank, or
  65. ; group creation will fail.
  66. ;
  67. ; Correct Uninstall and EReg be inserted by setup automatically
  68. ;
  69. ;CmdLineArgs# can be a string appended to the command line( useful for CmdLine1
  70. ;because the actual executable is chosen at runtime ). The following variables are
  71. ;expanded at runtime to their actual values and can be used for CmdLineArgs# values:
  72. ;workingdirectory, sourcedirectory, windowsdirectory, windowssystemdirectory, 
  73. ;sourcedisk( cdrom or mapped drive letter w/o "\" ), and targetdirectory.
  74. ;If nothing is entered, or CmdLineArgs# is not present,  "" will be the default value.
  75. ;
  76. ;If icon resides in executable, enter X or x, otherwise enter full path ( using S: or T:)
  77. ;
  78.  
  79. [GroupList]
  80. ProgramFolderName=Masters
  81. ;
  82. ;The first entry must ALWAYS be the exectuable file.
  83. ;CmdLine1 will be replaced by correct ProductKeyxx for 16/32-bit apps
  84. CmdLine1=s:\mmc.exe
  85. CmdLineArgs1=sourcedisk
  86. ItemTitle1=Masters
  87. IconName1=S:\masters.ico
  88. WorkingDir1=s:\
  89. CmdLine2=S:\readme.hlp
  90. ;CmdLineArgs2=
  91. ItemTitle2=Read Me First!
  92. IconName2=x
  93. WorkingDir2=S:
  94.  
  95. ;NOTE** For Win95 logo situations, icon for Spry setup is hard-coded into 
  96. ;setup.ins and will only be installed under Win 3.x and NT.
  97.  
  98.         
  99. ;Registry and product info strings( used by 16 and 32 bit apps )
  100.  
  101. [RegistryInfo]
  102. AppName=The Masters
  103. ;
  104. ;displayed in ULcorner of setup screen...ampersands need to be escaped i.e "&&"
  105. ULCornerTitle=The Masters
  106. ;
  107. ;default destination dir
  108. AppBasePath=Masters
  109. ;
  110. CompanyName=Creative Multimedia
  111. ;
  112. ;executable
  113. ProductKey16=MMC.EXE MMC.MMC /d
  114. ProductKey32=MMC.EXE MMC.MMC /d
  115. ;
  116.  
  117. ProductName=The Masters
  118. ;
  119. ProductVersion=2.0
  120. ;
  121. UninstallKey=The Masters v2.0
  122. ;
  123. UninstallName=The Masters v2.0
  124.